set visible of Card Field 1 to not the visible of Card Field 1
end mouseUp
-- part 7 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=167 top=118 right=246 bottom=358
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Pop up
----- HyperTalk script -----
on mouseUp
hide card field "pop up"
end mouseUp
-- part 48 (button)
-- low flags: 00
-- high flags: 8002
-- rect: left=200 top=100 right=18 bottom=335
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 8192
-- line height: 16
-- part name: Pumpkin Pie
----- HyperTalk script -----
on mouseUp
hide message
put newRecipe("card id 7041") into dummy
go to card id 7041
end mouseUp
-- part 77 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=164 top=291 right=333 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New
----- HyperTalk script -----
on mouseUp
set lockScreen to True
put the id of this card into index
go to card "master recipe"
domenu "Copy Card"
closeCard
go to index
domenu "Paste Card"
set the script of this card to empty
ask "What is name of new recipe?"
if it is empty then
set lockScreen to True
domenu "Delete Card"
go to index
else
put it into newName
put newName into field 1
set lockScreen to False
set the name of this card to newName
put the id of this card into temp
set lockScreen to True
go to index
doMenu "New Button"
set rect of button "New Button" to 200,100,335,115
set textStyle of button "New Button" to plain
set textStyle of button "New Button" to condense
set textSize of button "New Button" to 12
set textStyle of button "New Button" to underline
set textFont of button "New Button" to Geneva
set textAlign of button "New Button" to left
set showName of button "New Button" to true
set the style of button "New Button" to transparent
set name of button "New Button" to newName
put "on mouseUp" into line 1 of newScript
put "hide message" into line 2 of newScript
put "put newRecipe("& quote & temp & quote & ") into dummy" into line 3 of newScript
put "go to" && temp into line 4 of newScript
put "end mouseUp" into line 5 of newScript
set script of button newName to newScript
set the loc of message to 15,300
put "Drag the button to the desired location and type Command-Tab"
set lockScreen to False
end if
end Mouseup
-- part contents for background part 1
----- text -----
Appetizers
-- part contents for background part 2
----- text -----
2
-- part contents for background part 6
----- text -----
-- part contents for card part 6
----- text -----
Use the main field for article title and keywords to search on. Put the number you assign on both the actual article and in the Number Series field, and file the actual article by number.
-- part contents for card part 7
----- text -----
To make your own filing stack, choose New Stack from the File menu. In that stack, this button will sort your cards. (Sorting Stack Ideas is not a good idea.)